\(\int \frac {a+b \text {sech}(c+d x^2)}{x^2} \, dx\) [22]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 16, antiderivative size = 16 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=-\frac {a}{x}+b \text {Int}\left (\frac {\text {sech}\left (c+d x^2\right )}{x^2},x\right ) \]

[Out]

-a/x+b*Unintegrable(sech(d*x^2+c)/x^2,x)

Rubi [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx \]

[In]

Int[(a + b*Sech[c + d*x^2])/x^2,x]

[Out]

-(a/x) + b*Defer[Int][Sech[c + d*x^2]/x^2, x]

Rubi steps \begin{align*} \text {integral}& = \int \left (\frac {a}{x^2}+\frac {b \text {sech}\left (c+d x^2\right )}{x^2}\right ) \, dx \\ & = -\frac {a}{x}+b \int \frac {\text {sech}\left (c+d x^2\right )}{x^2} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.09 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx \]

[In]

Integrate[(a + b*Sech[c + d*x^2])/x^2,x]

[Out]

Integrate[(a + b*Sech[c + d*x^2])/x^2, x]

Maple [N/A] (verified)

Not integrable

Time = 0.01 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00

\[\int \frac {a +b \,\operatorname {sech}\left (d \,x^{2}+c \right )}{x^{2}}d x\]

[In]

int((a+b*sech(d*x^2+c))/x^2,x)

[Out]

int((a+b*sech(d*x^2+c))/x^2,x)

Fricas [N/A]

Not integrable

Time = 0.25 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int { \frac {b \operatorname {sech}\left (d x^{2} + c\right ) + a}{x^{2}} \,d x } \]

[In]

integrate((a+b*sech(d*x^2+c))/x^2,x, algorithm="fricas")

[Out]

integral((b*sech(d*x^2 + c) + a)/x^2, x)

Sympy [N/A]

Not integrable

Time = 0.70 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int \frac {a + b \operatorname {sech}{\left (c + d x^{2} \right )}}{x^{2}}\, dx \]

[In]

integrate((a+b*sech(d*x**2+c))/x**2,x)

[Out]

Integral((a + b*sech(c + d*x**2))/x**2, x)

Maxima [N/A]

Not integrable

Time = 0.30 (sec) , antiderivative size = 38, normalized size of antiderivative = 2.38 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int { \frac {b \operatorname {sech}\left (d x^{2} + c\right ) + a}{x^{2}} \,d x } \]

[In]

integrate((a+b*sech(d*x^2+c))/x^2,x, algorithm="maxima")

[Out]

2*b*integrate(1/(x^2*(e^(d*x^2 + c) + e^(-d*x^2 - c))), x) - a/x

Giac [N/A]

Not integrable

Time = 0.31 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int { \frac {b \operatorname {sech}\left (d x^{2} + c\right ) + a}{x^{2}} \,d x } \]

[In]

integrate((a+b*sech(d*x^2+c))/x^2,x, algorithm="giac")

[Out]

integrate((b*sech(d*x^2 + c) + a)/x^2, x)

Mupad [N/A]

Not integrable

Time = 0.00 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.25 \[ \int \frac {a+b \text {sech}\left (c+d x^2\right )}{x^2} \, dx=\int \frac {a+\frac {b}{\mathrm {cosh}\left (d\,x^2+c\right )}}{x^2} \,d x \]

[In]

int((a + b/cosh(c + d*x^2))/x^2,x)

[Out]

int((a + b/cosh(c + d*x^2))/x^2, x)